home *** CD-ROM | disk | FTP | other *** search
/ Bride Wars Press Kit / Bride Wars DPK.iso / pc / resources / functions / download.exe / download.dxr / 00002_Frame 1 HOLD.ls next >
Encoding:
Text File  |  2007-02-26  |  160 b   |  11 lines

  1. global gbPC
  2.  
  3. on exitFrame me
  4.   if gbPC then
  5.     baSetWindowDepth(baWinHandle(), 1)
  6.   else
  7.     Ok = baActivateWindow(baWinHandle())
  8.   end if
  9.   go(the frame)
  10. end
  11.